|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Shape3DType>
j3deditor.bin.hierarchy.util.Shape3DType
public enum Shape3DType
Determines the type of the J3DeShape3D
object and the type of Shape3D object
inside it.
| Enum Constant Summary | |
|---|---|
COLORCUBE
object type is ColorCube |
|
SHAPE3D
custom object. e.g. mesh |
|
| Method Summary | |
|---|---|
static Shape3DType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Shape3DType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Shape3DType SHAPE3D
public static final Shape3DType COLORCUBE
ColorCube
| Method Detail |
|---|
public static Shape3DType[] values()
for (Shape3DType c : Shape3DType.values()) System.out.println(c);
public static Shape3DType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||